/*Stylesheet that applies to all html documents*/
html {
	font-family: 'Montserrat', sans-serif;
	color: #FAFAFA;
	background-color: #121212;
}

* a {
	color: #FAFAFA;
	text-decoration: none;
}
